return TRUE;
}
+static gboolean gdk_wayland_surface_present_popup (GdkSurface *surface,
+ int width,
+ int height,
+ GdkPopupLayout *layout);
+
static void
queue_relayout_fallback (GdkSurface *surface,
GdkPopupLayout *layout)
return;
gdk_wayland_surface_hide_surface (surface);
- gdk_surface_present_popup (surface,
- impl->popup.unconstrained_width,
- impl->popup.unconstrained_height,
- layout);
+ gdk_wayland_surface_present_popup (surface,
+ impl->popup.unconstrained_width,
+ impl->popup.unconstrained_height,
+ layout);
}
static void